home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
xView
/
theX.psw
< prev
next >
Wrap
Text File
|
1992-12-19
|
290b
|
11 lines
defineps drawX(float width,height,penWidth,backRed,backGreen,backBlue,xRed,xGreen,xBlue)
backRed backGreen backBlue setrgbcolor
0 0 width height rectfill
penWidth setlinewidth
xRed xGreen xBlue setrgbcolor
0 0 moveto
width height lineto
0 height moveto
width 0 lineto
stroke
endps